home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TSEARCHDLG / TSEARCHDLG.txt
Text File  |  2004-10-12  |  3KB  |  153 lines

  1. object SearchDlg: TSearchDlg
  2.   Left = 211
  3.   Top = 122
  4.   HelpContext = 11022
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Find Text'
  8.   ClientHeight = 259
  9.   ClientWidth = 347
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 8
  25.     Top = 9
  26.     Width = 24
  27.     Height = 13
  28.     Caption = '&Text:'
  29.     FocusControl = eText
  30.   end
  31.   object gbOptions: TGroupBox
  32.     Left = 8
  33.     Top = 60
  34.     Width = 169
  35.     Height = 77
  36.     Caption = 'Options'
  37.     TabOrder = 1
  38.     object cbCase: TCheckBox
  39.       Left = 8
  40.       Top = 16
  41.       Width = 153
  42.       Height = 17
  43.       Caption = '&Case sensitive'
  44.       TabOrder = 0
  45.     end
  46.     object cbWords: TCheckBox
  47.       Left = 8
  48.       Top = 34
  49.       Width = 153
  50.       Height = 17
  51.       Caption = '&Whole words only'
  52.       TabOrder = 1
  53.     end
  54.     object cbRegExp: TCheckBox
  55.       Left = 8
  56.       Top = 52
  57.       Width = 153
  58.       Height = 17
  59.       Caption = '&Regular expressions'
  60.       TabOrder = 2
  61.       OnClick = cbRegExpClick
  62.     end
  63.   end
  64.   object rScope: TRadioGroup
  65.     Left = 8
  66.     Top = 140
  67.     Width = 169
  68.     Height = 65
  69.     Caption = 'Scope'
  70.     ItemIndex = 0
  71.     Items.Strings = (
  72.       '&Global'
  73.       '&Selected text only')
  74.     TabOrder = 3
  75.   end
  76.   object rOrigin: TRadioGroup
  77.     Left = 184
  78.     Top = 140
  79.     Width = 153
  80.     Height = 65
  81.     Caption = 'Origin'
  82.     ItemIndex = 1
  83.     Items.Strings = (
  84.       'From c&ursor'
  85.       '&Entire text')
  86.     TabOrder = 4
  87.   end
  88.   object Button1: TButton
  89.     Left = 102
  90.     Top = 220
  91.     Width = 75
  92.     Height = 25
  93.     Caption = 'OK'
  94.     Default = True
  95.     ModalResult = 1
  96.     TabOrder = 5
  97.   end
  98.   object Button2: TButton
  99.     Left = 184
  100.     Top = 220
  101.     Width = 73
  102.     Height = 25
  103.     Cancel = True
  104.     Caption = 'Cancel'
  105.     ModalResult = 2
  106.     TabOrder = 6
  107.   end
  108.   object bHelp: TButton
  109.     Left = 264
  110.     Top = 220
  111.     Width = 75
  112.     Height = 25
  113.     Caption = '&Help'
  114.     TabOrder = 7
  115.     OnClick = bHelpClick
  116.   end
  117.   object eText: TComboBox
  118.     Left = 8
  119.     Top = 28
  120.     Width = 329
  121.     Height = 21
  122.     ItemHeight = 13
  123.     TabOrder = 0
  124.     OnKeyDown = eTextKeyDown
  125.   end
  126.   object gbDirection: TGroupBox
  127.     Left = 184
  128.     Top = 60
  129.     Width = 153
  130.     Height = 77
  131.     Caption = 'Direction'
  132.     TabOrder = 2
  133.     object rbForward: TRadioButton
  134.       Left = 8
  135.       Top = 16
  136.       Width = 137
  137.       Height = 17
  138.       Caption = '&Forward'
  139.       Checked = True
  140.       TabOrder = 0
  141.       TabStop = True
  142.     end
  143.     object rbBackward: TRadioButton
  144.       Left = 8
  145.       Top = 40
  146.       Width = 137
  147.       Height = 17
  148.       Caption = '&Backward'
  149.       TabOrder = 1
  150.     end
  151.   end
  152. end
  153.